home *** CD-ROM | disk | FTP | other *** search
- head 1.8;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @ * @;
-
-
- 1.8
- date 92.03.02.15.32.57; author bmiller; state Exp;
- branches ;
- next 1.7;
-
- 1.7
- date 91.02.09.13.24.52; author ouster; state Exp;
- branches ;
- next 1.6;
-
- 1.6
- date 91.01.07.18.02.32; author mottsmth; state Exp;
- branches ;
- next 1.5;
-
- 1.5
- date 90.01.12.12.03.25; author douglis; state Exp;
- branches ;
- next 1.4;
-
- 1.4
- date 89.10.28.15.57.26; author rab; state Exp;
- branches ;
- next 1.3;
-
- 1.3
- date 89.10.27.00.06.06; author rab; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 89.01.07.04.12.44; author rab; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.12.29.16.45.53; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.8
- log
- @copyright year changed by bmiller.
- @
- text
- @/*
- * header.h --
- *
- * Declarations of ...
- *
- * Copyright 1992 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that this copyright
- * notice appears in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * $Header: /sprite/lib/forms/RCS/proto.h,v 1.7 91/02/09 13:24:52 ouster Exp Locker: bmiller $ SPRITE (Berkeley)
- */
-
- #ifndef _HEADER
- #define _HEADER
-
- /* constants */
-
- /* data structures */
-
- /* procedures */
-
- #endif /* _HEADER */
- @
-
-
- 1.7
- log
- @Slight change to copyright notice.
- @
- text
- @d6 1
- a6 1
- * Copyright 1991 Regents of the University of California
- d15 1
- a15 1
- * $Header: /sprite/lib/forms/RCS/proto.h,v 1.6 91/01/07 18:02:32 mottsmth Exp Locker: ouster $ SPRITE (Berkeley)
- @
-
-
- 1.6
- log
- @Update copyright date
- @
- text
- @d9 2
- a10 2
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- d15 1
- a15 1
- * $Header: /sprite/lib/forms/RCS/proto.h,v 1.5 90/01/12 12:03:25 douglis Exp Locker: mottsmth $ SPRITE (Berkeley)
- @
-
-
- 1.5
- log
- @changed copyright year
- @
- text
- @d6 1
- a6 1
- * Copyright 1990 Regents of the University of California
- d15 1
- a15 1
- * $Header: /sprite/lib/forms/RCS/proto.h,v 1.4 89/10/28 15:57:26 rab Exp Locker: douglis $ SPRITE (Berkeley)
- @
-
-
- 1.4
- log
- @*** empty log message ***
- @
- text
- @d6 1
- a6 1
- * Copyright 1989 Regents of the University of California
- d15 1
- a15 1
- * $Header: /sprite/lib/forms/RCS/proto.h,v 1.3 89/10/27 00:06:06 rab Exp Locker: rab $ SPRITE (Berkeley)
- @
-
-
- 1.3
- log
- @Added gcc `#pragma once' flag, so gcc knows the header file is idempotent.
- @
- text
- @d15 1
- a15 1
- * $Header: /sprite/lib/forms/RCS/proto.h,v 1.2 89/01/07 04:12:44 rab Exp Locker: rab $ SPRITE (Berkeley)
- a19 4
-
- #ifdef __GNUC__
- #pragma once /* include only once */
- #endif
- @
-
-
- 1.2
- log
- @Put comments around trialing characters of #endif.
- @
- text
- @d15 1
- a15 1
- * $Header: /sprite/lib/forms/RCS/proto.h,v 1.1 88/12/29 16:45:53 ouster Exp Locker: rab $ SPRITE (Berkeley)
- d20 4
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d15 1
- a15 1
- * $Header: proto.h,v 1.2 88/03/11 08:39:40 ouster Exp $ SPRITE (Berkeley)
- d27 1
- a27 1
- #endif _HEADER
- @
-